home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / logrotate.d / ppp < prev    next >
Encoding:
Text File  |  2010-08-08  |  94 b   |  10 lines

  1. /var/log/ppp-connect-errors {
  2.     weekly
  3.     rotate 4
  4.     missingok
  5.     notifempty
  6.     compress
  7.     nocreate
  8. }
  9.  
  10.